Charting for WinForms Programmer's Guide
RangeSelector Constructor
See Also
 






Initializes a new instance of the RangeSelector class.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public RangeSelector (
    Axis axis,
    Nullable<Double> minValue,
    Nullable<Double> maxValue
)

Visual Basic  Copy Code

Public New ( _
    axis As Axis, _
    minValue As Nullable(Of Double), _
    maxValue As Nullable(Of Double) _
)

 Parameters

axis

The Axis that will be handled by this object.

minValue

The smallest value of the displayed range.

maxValue

The largest value of the displayed range.

 See Also

RangeSelector Class
MindFusion.Charting.Components Namespace